h1 {
	font-family: grundschrift;
	font-size: 45px;
	color: Black;
	
}

body {
	font-family: grundschrift; 
	font-size: 30px;
	color: yellow;
	background-color: #413A39;
}

.page {
	width: 60%;
	margin: auto;
}
.menu {
	color: #303568;
	padding: 10px; 
	width: 700px;
	height: 35px;
	position: absolute;
}
.espace {
	width: 0px;
	height: 0px;
	background-color: #FFFA;
}
.carte {
	position: absolute;
	border: 5px solid white;
}
.texte {
	position:absolute;
}